xen/build: Untangle CONFIG_DEBUG and CONFIG_FRAME_POINTER
authorAndrew Cooper <andrew.cooper3@citrix.com>
Thu, 25 Jan 2018 18:38:17 +0000 (18:38 +0000)
committerAndrew Cooper <andrew.cooper3@citrix.com>
Fri, 26 Jan 2018 14:10:21 +0000 (14:10 +0000)
commit376a1c3476e145a0494a49882557952529348313
tree20fa5a650f6cf73e0bacf7fa401f12d8577eab22
parent865852918aa10a6c1e159cbe56907ec4a1e359b5
xen/build: Untangle CONFIG_DEBUG and CONFIG_FRAME_POINTER

Both options are independently choseable in KConfig, but currently a DEBUG
build without FRAME_POINTER is left to the compilers default choice, not the
users choice.

Signed-off-by: Andrew Cooper <andrew.cooper3@citrix.com>
Reviewed-by: Jan Beulich <jbeulich@suse.com>
xen/Rules.mk